DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / GetTargetIndexPathForMove Method

In This Topic
    GetTargetIndexPathForMove Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetTargetIndexPathForMove( _
       ByVal collectionView As UIKit.UICollectionView, _
       ByVal originalIndexPath As Foundation.NSIndexPath, _
       ByVal proposedIndexPath As Foundation.NSIndexPath _
    ) As Foundation.NSIndexPath
    public virtual Foundation.NSIndexPath GetTargetIndexPathForMove( 
       UIKit.UICollectionView collectionView,
       Foundation.NSIndexPath originalIndexPath,
       Foundation.NSIndexPath proposedIndexPath
    )

    Parameters

    collectionView
    originalIndexPath
    proposedIndexPath
    See Also